VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Processing.Analyzers Namespace / SetContainsAnalyzerResultPredicate<TTarget,TValue> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
SetContainsAnalyzerResultPredicate<TTarget,TValue> Class
In This Topic
A predicate, which checks that the analyzer result is contained in the specified element set.
Object Model
Analyzer<TTarget,TValue> SetContainsAnalyzerResultPredicate<TTarget,TValue>
Syntax
'Declaration

Public Class SetContainsAnalyzerResultPredicate
     (Of TTarget
The type of the target object of processing command.
, TValue
The type of the property value.
) Inherits PredicateAnalyzer(Of TTarget) Implements ISetContainsAnalyzerResultPredicateInfo
public class SetContainsAnalyzerResultPredicate<TTarget,TValue> : PredicateAnalyzer<TTarget>, ISetContainsAnalyzerResultPredicateInfo

Type Parameters

TTarget
The type of the target object of processing command.
TValue
The type of the property value.
Inheritance Hierarchy

System.Object
   Vintasoft.Imaging.Processing.ProcessingCommand<TTarget>
      Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,System.Boolean>
         Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget>
            Vintasoft.Imaging.Processing.Analyzers.SetContainsAnalyzerResultPredicate<TTarget,TValue>

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also